home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000824-20010305 / 000171_news@columbia.edu _Sun Dec 31 02:12:39 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by fozimane.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id CAA08729
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Sun, 31 Dec 2000 02:12:38 -0500 (EST)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id CAA24454
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Sun, 31 Dec 2000 02:12:38 -0500 (EST)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id BAA01923
  10.     for kermit.misc@watsun.cc.columbia.edu; Sun, 31 Dec 2000 01:53:56 -0500 (EST)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: Petri Oksanen <Petri_member@newsguy.com>
  13. Subject: Possible typo in telnet.exe in K95 V1.1.20
  14. Date: 30 Dec 2000 21:54:29 -0800
  15. Organization: Extra Newsguy News Service [http://extra.newsguy.com]
  16. Message-ID: <92mhml017om@edrn.newsguy.com>
  17. To: kermit.misc@columbia.edu
  18.  
  19. I have just migrated to Win2000 SP1 from Win98, and have just finished
  20. reinstalling all applications, including K95.
  21. I have K95 patched to V1.1.20, and something odd happens now when I try to start
  22. it in telnet-mode.
  23. If I just type:
  24. C:\K95> telnet
  25. Then there's no problem, but if I try:
  26. C:\K95> telnet aristotle.algonet.se
  27. I recieve the following error:
  28. ---8<---
  29. 'k95.exe" -J aristotle.algonet.se' is not recognized as an internal or external
  30. command, operable program or batch file.
  31. ---8<---
  32.  
  33. There seems to be an extra '"' in there for some reason.
  34. It's in the telnet.exe binary, at offset 0x2053.
  35. If I replace that byte in the binary with a null value, the problem goes away.
  36.  
  37. Is it just a typo, or have I missed something here?
  38.  
  39.  
  40. Petri Oksanen
  41.